home *** CD-ROM | disk | FTP | other *** search
- on xtracopypress
- openXLib "Xtras\filecopy" -- custom xtra
-
- set filename = the pathName&"screens\"&the name of cast the mousecast
-
- if fileName > "" then
- set wFileName = doSaveAsDlg(the pathName&"screens\"&the name of cast the mousecast, "Bitmap Files@*.bmp")
- if wFileName > "" then
- copyFile(wFileName, fileName)
- end if
- end if
-
- closeXLib "Xtras\filecopy"
- end xtracopypress`